knitr::opts_chunk$set(
  echo = TRUE,
  results = 'asis',
  fig.height = 3.5,
  fig.width = 4.5,
  out.width = "100%",
  warning = FALSE,
  fig.align = 'center',
  message = FALSE,
  dev = 'cairo_pdf'
)

batpigday

\begin{description} \item[batpigday] coding equivalent of groundhogday \end{description}

the problem

My time as a researcher has been too dominated by debugging.

\columnbreak

the package

# load package
library(metasim)
library(kableExtra)

Simulate a meta-analysis dataset.

sim_n() %>%
  kable(booktabs = TRUE) %>%
  kable_styling(
    latex_options = c("striped", "HOLD_position"),
    full_width = TRUE,
    font_size = 25
  )
sim_n(min_n = 10, max_n = 25)

\columnbreak

the maths

\small\printbibliography



softloud/metasim documentation built on July 15, 2019, 8:02 p.m.